Office 2007 deploy  on Windows startup does not run in foreground

Hi, I have to deploy Office 2007 to a bunch of clients. I followed these instructions: http://technet.microsoft.com/en-us/library/cc179134%28v=office.12%29.aspx

The method is to create a script (a very simple bat file) and create a gpo that runs it at windows startup. Clients on which I install Office are all with 32 bit OS. The script is:

reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{90120000-0030-0000-0000-0000000FF1CE}
if %errorlevel%==1 (goto DeployOffice) else (goto End)

:DeployOffice
start /WAIT \\biokolorsrv01\Software\SoftwareDistributionPoint\Office_2007_Ent\setup.exe /config \\biokolorsrv01\Software\SoftwareDistributionPoint\Office_2007_Ent\Enterprise.WW\config.xml

:End


I have created a GPO with startup script that points to the above bat on the computer settings section. In the user settings of the GPO there's another very little script that copies old signatures to the correct folder "Signatures" from folder "Firme Elettroniche" (I'm italian so Office 2003 used this name for signatures). This GPO is linked to the OU that contains all my clients and users. I've created a security group in Active Directory whose members are those Computers and Users to which I will install Office 2007 to. The GPO applies only to members of that group (security section of GPO).

Issue: the script does not run in foreground. So the setup starts and comes up immediately the logon window like I have had omitted the /WAIT switch. What's wrong with my deploy setup??

Your help is very appreciated. Thank you.
Francesco


July 19th, 2013 11:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics